home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / hypercrd / hc2_x / tcprogud.sit / TC Prog Guide / card_57526.txt < prev    next >
Text File  |  1991-02-27  |  748b  |  16 lines

  1. -- card: 57526 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 4755
  5. -- name: 
  6.  
  7.  
  8. -- part contents for background part 4
  9. ----- text -----
  10. integer), %c (character), %s (string), %g (float), %lg (double).  The format string in printf() may contain text mixed with the format codes.  Following the format string is a variable number of arguments, each of which corresponds to a conversion code in the format string.  For printf() these arguments are values to be written to stdout, while for scanf() they should be the addresses of the variables into which values from stdin will be read.
  11.  
  12. Chapters 1, 3, and 4 contain numerous examples of the use of printf() and scanf().
  13.  
  14. -- part contents for background part 7
  15. ----- text -----
  16. 190